@charset "UTF-8";
.Inner {
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .Inner {
      width: 100%; } }

.MainVisual {
  background-image: url("../images/add/fv_img.png");
  background-size: cover;
  background-position: top center; }
  @media screen and (max-width: 767px) {
    .MainVisual {
      background-image: url("../images/add/fv_img_sp.png"); } }
  .MainVisual--02 {
    background-image: url("../images/add/fv_img_02.png"); }
    @media screen and (max-width: 767px) {
      .MainVisual--02 {
        background-image: url("../images/add/fv_img_02_sp.png"); } }
  .MainVisual__img {
    height: 619px; }
    @media screen and (max-width: 767px) {
      .MainVisual__img {
        height: auto;
        width: 100%; } }
  .MainVisual__inner {
    padding: 30px 0;
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .MainVisual__inner {
        padding: 10px 0 10px 10px;
        width: 100%;
        box-sizing: border-box; } }
  .MainVisual__sub {
    background-color: #D9D9D9;
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      .MainVisual__sub {
        padding: 5px 10px; } }
    .MainVisual__sub__inner {
      width: 960px;
      color: #0085DD;
      font-size: 18px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .MainVisual__sub__inner {
          padding: 10px;
          box-sizing: border-box;
          width: 100%;
          font-size: 14px; } }

.CvArea {
  background-image: url("../images/add/trouble_img.png");
  background-size: cover;
  background-position: center; }
  .CvArea__inner {
    padding: 50px 0 25px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .CvArea__inner {
        padding: 10px; } }
  .CvArea__box {
    z-index: 2;
    position: relative; }
    .CvArea__box__text {
      display: block;
      width: 703px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .CvArea__box__text {
          margin-bottom: 0;
          width: 100%; } }
    .CvArea__box__btn {
      display: flex;
      justify-content: space-between;
      width: 703px; }
      @media screen and (max-width: 767px) {
        .CvArea__box__btn {
          width: 100%;
          display: block; } }
      .CvArea__box__btn__link {
        width: 344px; }
        @media screen and (max-width: 767px) {
          .CvArea__box__btn__link {
            width: 100%; }
            .CvArea__box__btn__link:first-child {
              margin-bottom: 10px; } }
        .CvArea__box__btn__link__img {
          width: 100%; }
  .CvArea__woman {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 422px;
    display: block;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .CvArea__woman {
        display: none; } }

.Reason {
  background-color: #FFFAD0; }
  .Reason__inner {
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .Reason__inner {
        padding: 20px 10px; } }
  .Reason__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .Reason__wrap {
        display: block; } }
    .Reason__wrap .ReasonBox {
      margin: 0 7px 15px;
      width: 300px; }
      @media screen and (max-width: 767px) {
        .Reason__wrap .ReasonBox {
          width: 100%;
          margin: 0 0 10px; } }
      .Reason__wrap .ReasonBox__title {
        background-color: #0085DD;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 114px;
        border-radius: 8px 8px 0 0; }
        @media screen and (max-width: 767px) {
          .Reason__wrap .ReasonBox__title {
            height: 57px; } }
        .Reason__wrap .ReasonBox__title__text {
          margin-left: 35px;
          font-size: 28px;
          color: #FFEA00;
          font-weight: bold;
          line-height: 1.2; }
          @media screen and (max-width: 767px) {
            .Reason__wrap .ReasonBox__title__text {
              font-size: 22px;
              text-align: center;
              margin-left: 0; }
              .Reason__wrap .ReasonBox__title__text br {
                display: none; } }
        .Reason__wrap .ReasonBox__title__img {
          position: absolute;
          left: 15px;
          top: 0;
          width: 46px; }
          @media screen and (max-width: 767px) {
            .Reason__wrap .ReasonBox__title__img {
              width: 23px;
              left: 10px; } }
      .Reason__wrap .ReasonBox__wrap {
        background-color: white;
        padding: 20px; }
        @media screen and (max-width: 767px) {
          .Reason__wrap .ReasonBox__wrap {
            display: flex;
            justify-content: space-between;
            padding: 10px; } }
      .Reason__wrap .ReasonBox__img {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .Reason__wrap .ReasonBox__img {
            height: auto;
            width: 110px; } }
        .Reason__wrap .ReasonBox__img__img {
          height: 136px; }
          @media screen and (max-width: 767px) {
            .Reason__wrap .ReasonBox__img__img {
              height: 96px; } }
      .Reason__wrap .ReasonBox__text {
        font-weight: bold;
        font-size: 19px;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .Reason__wrap .ReasonBox__text {
            width: calc( 100% - 110px );
            font-size: 16px; } }
        .Reason__wrap .ReasonBox__text--red {
          color: #EA0000; }
  .Reason__title {
    margin-bottom: 30px; }
    .Reason__title__img {
      width: 100%; }
  .Reason__text {
    width: 100%;
    margin-bottom: 30px; }
    .Reason__text__img {
      width: 100%; }

.Dark {
  background-position: center;
  background-size: cover;
  background-image: url("../images/add/dark_bg.png"); }
  .Dark__inner {
    padding: 50px 0 0; }
    @media screen and (max-width: 767px) {
      .Dark__inner {
        padding: 20px 10px 0; } }
  .Dark__title {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .Dark__title {
        margin-bottom: 15px; } }
    .Dark__title__img {
      width: 100%; }
  .Dark__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .Dark__wrap .DarkBox {
      width: calc( 50% - 10px );
      margin-bottom: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background-color: white;
      border-radius: 8px;
      height: 104px;
      padding-left: 57px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .Dark__wrap .DarkBox {
          width: 100%;
          height: 75px;
          padding-left: 30px;
          margin-bottom: 10px; } }
      .Dark__wrap .DarkBox__icon {
        width: 56px;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          .Dark__wrap .DarkBox__icon {
            width: 50px; } }
      .Dark__wrap .DarkBox__text {
        font-size: 22px;
        color: #707070;
        line-height: 1.4;
        font-weight: bold; }
        .Dark__wrap .DarkBox__text--red {
          color: #EA0000; }
        @media screen and (max-width: 767px) {
          .Dark__wrap .DarkBox__text {
            font-size: 18px; } }
  .Dark__img {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .Dark__img {
        display: block; } }
    .Dark__img__text {
      font-weight: bold;
      font-size: 40px;
      color: white;
      margin-right: 35px;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .Dark__img__text {
          margin-right: 0;
          margin-bottom: 15px;
          text-align: center;
          font-size: 29px; } }
    .Dark__img__img {
      width: 285px; }
      @media screen and (max-width: 767px) {
        .Dark__img__img {
          width: 205px;
          margin: 0 auto;
          display: block; } }

.Safety {
  background-color: #FDFD3F; }
  .Safety__inner {
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .Safety__inner {
        padding: 20px 10px; } }
  .Safety__title {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .Safety__title {
        margin-bottom: 15px; } }
    .Safety__title__img {
      width: 100%; }
  .Safety__box {
    width: 100%; }
    .Safety__box__img {
      width: 100%; }

.Example {
  background-color: #FFFAD0; }
  .Example__inner {
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .Example__inner {
        padding: 20px 10px; } }
  .Example__title {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .Example__title {
        margin-bottom: 15px; } }
    .Example__title__img {
      width: 100%; }
  .Example__box {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .Example__box {
        margin-bottom: 25px; } }
    .Example__box__title {
      width: 100%;
      margin-bottom: 30px; }
      .Example__box__title__img {
        width: 100%; }
    .Example__box__sub {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px; }
      .Example__box__sub__text {
        width: 420px;
        height: 50px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 3px 3px 0 black;
        font-size: 28px;
        background-color: white;
        font-family: "Noto Sans JP"; }
        @media screen and (max-width: 767px) {
          .Example__box__sub__text {
            width: 100%;
            font-size: 24px; } }
        .Example__box__sub__text--orange {
          color: #FFA700; }
        .Example__box__sub__text--blue {
          color: #00BAFF; }
      .Example__box__sub:after {
        content: '';
        display: block;
        width: calc( 100% - 430px );
        height: 1px;
        background-color: black; }
        @media screen and (max-width: 767px) {
          .Example__box__sub:after {
            display: none; } }
    .Example__box__wrap {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .Example__box__wrap {
          display: block; } }
      .Example__box__wrap .ExampleBox {
        width: calc( calc( 100% - 30px ) / 3 ); }
        @media screen and (max-width: 767px) {
          .Example__box__wrap .ExampleBox {
            width: 100%;
            height: auto;
            display: block;
            margin-bottom: 10px; } }

.Trouble {
  background-position: center;
  background-size: cover;
  background-color: #E8E8E8; }
  .Trouble__inner {
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .Trouble__inner {
        padding: 20px 10px; } }
  .Trouble__title {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .Trouble__title {
        margin-bottom: 15px; } }
    .Trouble__title__img {
      width: 100%; }
  .Trouble__box {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .Trouble__box {
        margin-bottom: 15px; } }
    .Trouble__box__img {
      width: 100%; }
  .Trouble__cause__img {
    width: 100%; }

.footerTel {
  background-color: #FCEE21;
  padding: 5px;
  box-sizing: border-box; }
  .footerTel__text {
    width: 100%;
    margin-bottom: 5px; }
    .footerTel__text__img {
      width: 100%; }
  .footerTel__wrap {
    display: flex;
    justify-content: space-between; }
    .footerTel__wrap__link {
      width: calc( 50% - 2px );
      display: block; }

.campaignArea {
  background-image: none; }

.Staff {
  background-image: url("../images/add202309/staff_bg.png"); }
  @media screen and (max-width: 767px) {
    .Staff {
      background-image: url("../images/add202309/staff_bg_sp.png"); } }
  .Staff__inner {
    padding: 50px 0 0; }
  .Staff__title {
    width: 768px;
    margin: 0 auto 52px; }
    @media screen and (max-width: 767px) {
      .Staff__title {
        width: 100%;
        margin-bottom: 30px; } }
    .Staff__title__img {
      width: 100%; }
  .Staff__scroll {
    display: flex;
    white-space: nowrap;
    padding-bottom: 50px;
    position: relative; }
    .Staff__scroll__img {
      width: 390px;
      /* このサイズは適宜調整してください */
      height: auto;
      margin: 0 24px; }
      @media screen and (max-width: 767px) {
        .Staff__scroll__img {
          width: 130px;
          margin: 0 12px; } }

.Cost {
  background-color: #BAEBFF; }
  .Cost__inner {
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .Cost__inner {
        padding: 10px; } }
  .Cost__title {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .Cost__title {
        margin-bottom: 15px; } }
  .Cost__list__box {
    width: 100%;
    margin-bottom: 24px; }
    .Cost__list__box:nth-child(n + 4) {
      display: none; }
    .Cost__list__box:last-child {
      margin-bottom: 0; }
    .Cost__list__box__img {
      width: 100%; }
  .Cost__btn {
    border-radius: 8px;
    background-color: white;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .Cost__btn {
        height: 67px;
        margin-top: 16px; } }
    .Cost__btn__text {
      font-size: 24px;
      color: #0085DD;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .Cost__btn__text {
          font-size: 18px; } }
    .Cost__btn__arrow {
      margin-left: 24px;
      height: 10px;
      width: 16px;
      background-image: url("../images/add202309/arrow_down.png");
      background-size: contain;
      background-repeat: no-repeat; }

.List {
  background-color: #FFFAD0; }
  .List__inner {
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .List__inner {
        padding: 10px; } }
  .List__title {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .List__title {
        margin-bottom: 15px; } }
  .List__box {
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .List__box {
        margin-bottom: 12px; } }
    .List__box:nth-child(n + 2) {
      display: none; }
    .List__box:last-child {
      margin-bottom: 0; }
    .List__box__text {
      background-color: white;
      padding: 24px;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .List__box__text {
          padding: 12px; } }
    .List__box__title {
      background-color: #0085DD;
      border-radius: 8px;
      font-size: 26px;
      font-weight: 900;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
      padding: 25px 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .List__box__title {
          margin-bottom: 10px;
          padding: 20px 0; } }
    .List__box__table {
      width: 100%;
      border-collapse: collapse; }
      .List__box__table tr th {
        width: 238px;
        font-weight: bold;
        font-size: 18px;
        background-color: #F4F4F4;
        border-bottom: 1px solid #CECECE;
        border-left: 1px solid #CECECE;
        padding: 25px; }
        @media screen and (max-width: 767px) {
          .List__box__table tr th {
            padding: 12px 18px;
            font-size: 16px;
            width: 168px; } }
      .List__box__table tr td {
        width: calc( 100% - 238px );
        background-color: white;
        font-weight: bold;
        font-size: 18px;
        border-bottom: 1px solid #CECECE;
        border-right: 1px solid #CECECE;
        padding: 25px; }
        @media screen and (max-width: 767px) {
          .List__box__table tr td {
            padding: 12px 18px;
            font-size: 16px;
            width: calc( 100% - 168px ); } }
      .List__box__table tr:first-child th, .List__box__table tr:first-child td {
        border-top: 1px solid #CECECE; }
  .List__btn {
    border-radius: 8px;
    background-color: white;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .List__btn {
        height: 67px;
        margin-top: 16px; } }
    .List__btn__text {
      font-size: 24px;
      color: #0085DD;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .List__btn__text {
          font-size: 18px; } }
    .List__btn__arrow {
      margin-left: 24px;
      height: 10px;
      width: 16px;
      background-image: url("../images/add202309/arrow_down.png");
      background-size: contain;
      background-repeat: no-repeat; }

.only-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .only-sp {
      display: block; } }

footer {
  background-color: white; }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 100px; } }
  footer .footerTop {
    display: none; }
    @media screen and (max-width: 767px) {
      footer .footerTop {
        display: block;
        z-index: 100; } }
  footer .Footer__inner {
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      footer .Footer__inner {
        padding: 20px 10px; } }
  footer .Footer__logo {
    width: 426px;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      footer .Footer__logo {
        width: 295px;
        margin: 0 auto 20px;
        display: block; } }
    footer .Footer__logo__img {
      width: 100%; }
  footer .Footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      footer .Footer__wrap {
        display: block; } }
  footer .Footer__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 767px) {
      footer .Footer__nav {
        display: block;
        margin-bottom: 20px; } }
    footer .Footer__nav__li {
      margin-right: 52px; }
      @media screen and (max-width: 767px) {
        footer .Footer__nav__li {
          margin-right: 0;
          margin-bottom: 20px; } }
      footer .Footer__nav__li a {
        text-decoration: underline;
        font-size: 18px;
        font-weight: bold;
        color: black; }
  footer .Footer__credit {
    font-size: 12px;
    font-weight: bold;
    color: black; }

.contents-box {
  background-color: #F3F9FD; }

.Privacy {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .Privacy {
      font-size: 14px; } }

/*# sourceMappingURL=add.css.map */
